UKismetSystemLibrary::MakeLiteralBool

Creates a literal bool

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Syntax

static bool MakeLiteralBool
(
    bool Value
)

Remarks

Creates a literal bool

Returns

The literal bool

Parameters

Parameter

Description

Value

value to set the bool to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss