UPositionReport Understanding

  1. Class UPositionReport extends UActorComponent class.
  2. Overrides BeginPlay method of parent UActorComponent class which is called once.
  3. Defines a public method named TickComponent which is to be called on every game frame.

Not Recognized:

  1. UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
    I feel like it is an annotation of some type?

  2. class BUILDINGESCAPE_API UPositionReport
    What is BUILDINGESCAPE_API?

Privacy & Terms