- Class UPositionReport extends UActorComponent class.
- Overrides BeginPlay method of parent UActorComponent class which is called once.
- Defines a public method named TickComponent which is to be called on every game frame.
Not Recognized:
-
UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
I feel like it is an annotation of some type? -
class BUILDINGESCAPE_API UPositionReport
What is BUILDINGESCAPE_API?