FLiveLinkStructPropertyBindings::GetProperty

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

Windows
MacOS
Linux

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

Syntax

FProperty * GetProperty
(
    const UScriptStruct & InStruct
) const

Remarks

Gets the FProperty that is bound to the container

Returns

The property on the Struct if it exists

Parameters

Parameter

Description

InContainer

The Struct 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