FLiveLinkStructPropertyBindings::GetCurrentValueForEnum

Gets the current value of an enum property on a struct

Windows
MacOS
Linux

Deprecated

  • This function is deprecated. Use a GetCurrentValueForEnumAt with InIndex set to 0 for the same result.

References

Module

LiveLinkMovieScene

Header

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

Include

#include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h"

Syntax

int64 GetCurrentValueForEnum
(
    const UScriptStruct & InStruct,
    const void * InSourceAddress
)

Remarks

Gets the current value of an enum property on a struct

Returns

ValueType The current value

Parameters

Parameter

Description

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