UKismetNodeHelperLibrary::GetEnumeratorValueFromIndex

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Kismet/KismetNodeHelperLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetNodeHelperLibrary.cpp

Syntax

static uint8 GetEnumeratorValueFromIndex
(
    const UEnum * Enum,
    uint8 EnumeratorIndex
)

Returns

  • The value of the enumerator, or INDEX_NONE

Parameters

Parameter

Description

Enum

Enumeration

EnumeratorIndex

Input index

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