Navigation
Unreal Engine C++ API Reference > Plugins > HTTPChunkInstaller > FHTTPChunkInstall
- FTSTickerObjectBase::Tick()
- FHTTPChunkInstall::Tick()
References
Module | HTTPChunkInstaller |
Header | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/HTTPChunkInstaller.h |
Include | #include "HTTPChunkInstaller.h" |
Source | /Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Private/HTTPChunkInstaller.cpp |
virtual bool Tick
&40;
float DeltaTime
&41;
Remarks
Pure virtual that must be overloaded by the inheriting class. true if should continue ticking
Parameters
Name | Description |
---|---|
DeltaTime | time passed since the last call. |