Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickableGameObject
Description
Call to modify the tickable type of this instance. This can be used to enable or disable tick even if GetTickableTickType has already been called. If this is a UObject that could be destroyed on a different thread, call this with Never during BeginDestroy (or earlier).
| Name | SetTickableTickType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Tickable.h |
| Include Path | #include "Tickable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Tickable.cpp |
void SetTickableTickType
(
ETickableTickType NewTickType
)
Parameters
| Name | Remarks |
|---|---|
| NewTickType | The new tick type of this instance |