Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene > API/Plugins/LiveLinkMovieScene/MovieScene/FLiveLinkStructPropertyBindings
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 |
void SetCurrentValueForEnumAt
&40;
int32 InIndex,
const UScriptStruct & InStruct,
void &42; InSourceAddress,
int64 InValue
&41;
Remarks
Sets the current value of an Enum property on an instance of a UStruct to a certain Index
Parameters
| Name | Description |
|---|---|
| InIndex, Index | where to write the value |
| InStruct | The struct to set the property on |
| InSourceAddress | The address of the instanced struct |
| InValue | The value to set |