FLiveLinkStructPropertyBindings::GetCurrentValueForEnumAt

Gets the current value of an enum property at desired index

Windows
MacOS
Linux

References

Module

LiveLinkMovieScene

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkStructPropertyBindings.h

Include

#include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Private/MovieScene/MovieSceneLiveLinkStructPropertyBindings.cpp

Syntax

int64 GetCurrentValueForEnumAt
(
    int32 InIndex,
    const UScriptStruct & InStruct,
    const void * InSourceAddress
)

Remarks

Gets the current value of an enum property at desired index

Returns

ValueType The current value

Parameters

Parameter

Description

InIndex

The index of the desired value in the ArrayProperty

InStruct

The struct to get the property from

InSourceAddress

The address of the instanced struct

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