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|Boolean", Meta=(BlueprintThreadSafe))
static bool MakeLiteralBool
(
bool Value
)
Remarks
Creates a literal bool The literal bool
Parameters
| Name | Description |
|---|---|
| Value | value to set the bool to |