FLiveLinkStructPropertyBindings::GetCurrentValue

Gets the current value of a property on a [UStruct](API\Runtime\CoreUObject\UObject\UStruct)

Windows
MacOS
Linux

Deprecated

  • This function is deprecated. Use a GetCurrentValueAt 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

template<typename ValueType>
ValueType GetCurrentValue
(
    const UScriptStruct & InStruct,
    const void * InSourceAddress
)

Remarks

Gets the current value of a property on a UStruct

Returns

ValueType The current value

Parameters

Parameter

Description

InStruct

The struct to get the property from

InSourceAddress

The source address of the struct instance

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