FTrackInstancePropertyBindings::GetProperty

Gets the [FProperty](API\Runtime\CoreUObject\UObject\FProperty) that is bound to the track instance

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

FProperty * GetProperty
(
    const UObject & Object
) const

Remarks

Gets the FProperty that is bound to the track instance

Returns

The property on the object if it exists

Parameters

Parameter

Description

Object

The Object that owns 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