Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UGameplayStatics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
| Include | #include "Kismet/GameplayStatics.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
UFUNCTION (BlueprintCallable, Category="Utilities|Time", Meta=(WorldContext="WorldContextObject"))
static void SetGlobalTimeDilation
(
const UObject * WorldContextObject,
float TimeDilation
)
Remarks
Sets the global time dilation.
Parameters
| Name | Description |
|---|---|
| TimeDilation | value to set the global time dilation to |