Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene > API/Plugins/LiveLinkMovieScene/MovieScene/FLiveLinkStructPropertyBindings > API/Plugins/LiveLinkMovieScene/MovieScene/FLiveLinkStructPropertyBindings/GetCurrentValueA-
References
Module | LiveLinkMovieScene |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkStructPropertyBindings.h |
Include | #include "MovieScene/MovieSceneLiveLinkStructPropertyBindings.h" |
template<typename ValueType>
ValueType GetCurrentValueAt
&40;
int32 InIndex,
const UScriptStruct & InStruct,
const void &42; InSourceAddress
&41;
Remarks
Gets the current value of a property at desired Index. Must be on ArrayProperty ValueType The current value
Parameters
Name | Description |
---|---|
InIndex | The index of the desired value in the ArrayProperty |
InStruct | The struct to get the property from |
InSourceAddress | The source address of the struct instance |