Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/DataLayer > API/Runtime/Engine/WorldPartition/DataLayer/UExternalDataLayerEngineSubsyste-
- FTickableObjectBase::Tick()
- UExternalDataLayerEngineSubsystem::Tick()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/DataLayer/ExternalDataLayerEngineSubsystem.h |
| Include | #include "WorldPartition/DataLayer/ExternalDataLayerEngineSubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/DataLayer/ExternalDataLayerEngineSubsystem.cpp |
virtual void Tick
(
float DeltaTime
)
Remarks
Pure virtual that must be overloaded by the inheriting class. It will be called at different times in the frame depending on the subclass.
Parameters
| Name | Description |
|---|---|
| DeltaTime | Game time passed since the last call. |