UKismetSystemLibrary::MakeLiteralInt

Creates a literal integer

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Kismet/KismetSystemLibrary.h"

Syntax

static int32 MakeLiteralInt
(
    int32 Value
)

Remarks

Creates a literal integer

Returns

The literal integer

Parameters

Parameter

Description

Value

value to set the integer 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