Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
UFUNCTION (BlueprintPure, Category="Math|Integer", Meta=(BlueprintThreadSafe))
static int32 MakeLiteralInt
(
int32 Value
)
Remarks
Creates a literal integer The literal integer
Parameters
| Name | Description |
|---|---|
| Value | value to set the integer to |