IAnimBlueprintGeneratedClassCompiledData

Interface to the writable parts of the generated class that handlers can operate on

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Public/IAnimBlueprintGeneratedClassCompiledData.h

Include

#include "IAnimBlueprintGeneratedClassCompiledData.h"

Syntax

class IAnimBlueprintGeneratedClassCompiledData

Remarks

Interface to the writable parts of the generated class that handlers can operate on

Functions

Name Description

Public function Const

int32

 

FindOrAddNotify

(
    FAnimNotifyEvent& Notify
)

Finds a notify event or adds if it doesn't already exist.

Public function Const

FAnimBluepri...

 

GetAnimBlueprintDebugData()

Get the anim debug data for the currently-compiled class.

Public function Const

TArray< FAni...

 

GetAnimNotifies()

Get the currently-compiled classes anim notifies.

Public function Const

TArray< FBak...

 

GetBakedStateMachines()

Get the baked state machines data for the currently-compiled class.

Public function Const

FBlueprintDe...

 

GetBlueprintDebugData()

Get the debug data for the currently-compiled class.

Public function Const

TArray< FExp...

 

GetExposedValueHandlers()

Get the currently-compiled classes exposed value handlers.

Public function Const

TMap< FName,...

 

GetGraphAssetPlayerInformation()

Get the currently-compiled classes graph asset player information.

Public function Const

TMap< FName,...

 

GetOrderedSavedPoseIndicesMap()

Get the saved pose indices map data for the currently-compiled class.

Public function Const

FPropertyAcc...

 

GetPropertyAccessLibrary()

Get the currently-compiled classes property access library.

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