UAnimGraphNode_LinkedAnimLayer::GetExposableProperties

Searches the instance class for properties that we can expose (public and BP visible)

Windows
MacOS
Linux

Override Hierarchy

UAnimGraphNode_CustomProperty::GetExposableProperties()

UAnimGraphNode_LinkedAnimLayer::GetExposableProperties()

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_LinkedAnimLayer.h

Include

#include "AnimGraphNode_LinkedAnimLayer.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_LinkedAnimLayer.cpp

Syntax

virtual void GetExposableProperties
(
    TArray< FProperty * > & OutExposableProperties
) const

Remarks

Searches the instance class for properties that we can expose (public and BP visible)

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