Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene > API/Plugins/LiveLinkMovieScene/MovieScene/FLiveLinkStructPropertyBindings > API/Plugins/LiveLinkMovieScene/MovieScene/FLiveLinkStructPropertyBindings/GetCurrentValue
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" |
template<typename ValueType>
ValueType GetCurrentValue
&40;
const UScriptStruct & InStruct,
const void &42; InSourceAddress
&41;
Remarks
Gets the current value of a property on a UStruct ValueType The current value
Parameters
| Name | Description |
|---|---|
| InStruct | The struct to get the property from |
| InSourceAddress | The source address of the struct instance |