Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
UFUNCTION (BlueprintCallable, Category="Actor|Tick", Meta=(Keywords="dependency"))
void SetTickGroup
(
ETickingGroup NewTickGroup
)
Remarks
Sets the ticking group for this actor.
Parameters
| Name | Description |
|---|---|
| NewTickGroup | the new value to assign |