Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FFXSystemInterface
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/FXSystem.h |
Include | #include "FXSystem.h" |
void Tick
(
UWorld * World,
float DeltaSeconds
)
Remarks
Tick the effects system.
Parameters
Name | Description |
---|---|
DeltaSeconds | The number of seconds by which to step simulations forward. |