Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/MovieScene > API/Plugins/LiveLinkMovieScene/MovieScene/FLiveLinkStructPropertyBindings
Deprecated * This function is deprecated. Use a SetCurrentValueForEnumAt 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" |
void SetCurrentValueForEnum
&40;
const UScriptStruct & InStruct,
void &42; InSourceAddress,
int64 InValue
&41;
Remarks
Sets the current value of an Enum property on an instance of a UStruct
Parameters
| Name | Description |
|---|---|
| InStruct | The struct to set the property on |
| InSourceAddress | The address of the instanced struct |
| InValue | The value to set |