Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine > API/Runtime/Engine/Engine/FTickFunction
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp |
void AddPrerequisite
&40;
UObject &42; TargetObject,
struct FTickFunction & TargetTickFunction
&41;
Remarks
Adds a tick function to the list of prerequisites...in other words, adds the requirement that TargetTickFunction is called before this tick function is
Parameters
| Name | Description |
|---|---|
| TargetObject | UObject containing this tick function. Only used to verify that the other pointer is still usable |
| TargetTickFunction | Actual tick function to use as a prerequisite |