Choose your operating system:
Windows
macOS
Linux
| FTickableObjectBase::Tick()
|
Module |
|
Header |
/Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterSubsystem.h |
Include |
#include "WaterSubsystem.h" |
Source |
/Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterSubsystem.cpp |
virtual void Tick
(
float DeltaTime
)
Pure virtual that must be overloaded by the inheriting class. It will be called from within LevelTick.cpp after ticking all actors or from the rendering thread (depending on bIsRenderingThreadObject)
Parameter |
Description |
---|---|
DeltaTime |
Game time passed since the last call. |