Choose your operating system:
Windows
macOS
Linux
Actions
Add Tick Prerequisite Actor |
Make this actor tick after PrerequisiteActor. This only applies to this actor's tick function; dependencies for owned components must be set up separately if desired. Target is Actor |
Add Tick Prerequisite Component |
Make this actor tick after PrerequisiteComponent. This only applies to this actor's tick function; dependencies for owned components must be set up separately if desired. Target is Actor |
Get Actor Tick Interval |
Returns the tick interval of this actor's primary tick function Target is Actor |
Get Tickable when Paused |
Gets whether this actor can tick when paused. Target is Actor |
Is Actor Tick Enabled |
Returns whether this actor has tick enabled or not Target is Actor |
Remove Tick Prerequisite Actor |
Remove tick dependency on PrerequisiteActor. Target is Actor |
Remove Tick Prerequisite Component |
Remove tick dependency on PrerequisiteComponent. Target is Actor |
Set Actor Tick Enabled |
Set this actor's tick functions to be enabled or disabled. Only has an effect if the function is registered This only modifies the tick function on actor itself Target is Actor |
Set Actor Tick Interval |
Sets the tick interval of this actor's primary tick function. Will not enable a disabled tick function. Takes effect on next tick. Target is Actor |
Set Tick Group |
Sets the ticking group for this actor. Target is Actor |
Set Tickable when Paused |
Sets whether this actor can tick when paused. Target is Actor |