FTrackInstancePropertyBindings::CallFunctionForEnum

Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp

Syntax

void CallFunctionForEnum
(
    UObject & InRuntimeObject,
    int64 PropertyValue
)

Remarks

Calls the setter function for a specific runtime object or if the setter function does not exist, the property is set directly

Parameters

Parameter

Description

InRuntimeObject

The runtime object whose function to call

PropertyValue

The new value to assign to the property

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