Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTickableWorldSubsystem
Description
Pure virtual that must be overloaded by the inheriting class. It will be called at different times in the frame depending on the subclass.
Virtual Inheritance
- FTickableObjectBase::Tick → UTickableWorldSubsystem::Tick
Derived Overrides
| Name | Tick |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Subsystems/WorldSubsystem.h |
| Include Path | #include "Subsystems/WorldSubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Subsystems/WorldSubsystem.cpp |
virtual void Tick
(
float DeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | Game time passed since the last call. |