Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Data required to perform an EvaluateGraph
| Name | FEvaluateGraphContext |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/IEvaluate.h |
| Include Path | #include "TraitInterfaces/IEvaluate.h" |
Syntax
struct FEvaluateGraphContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TraitInterfaces/IEvaluate.h | |||
FEvaluateGraphContext
(
FAnimNextGraphInstance& InGraphInstance, |
TraitInterfaces/IEvaluate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNextGraphInstance & GetGraphInstance() |
TraitInterfaces/IEvaluate.h | ||
int32 GetGraphLODLevel() |
TraitInterfaces/IEvaluate.h | ||
const FReferencePose & GetRefPose() |
TraitInterfaces/IEvaluate.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TWeakObjectPtr< const USkeletalMeshComponent > & GetBindingObject() |
TraitInterfaces/IEvaluate.h | ||
void SetBindingObject
(
const TWeakObjectPtr< const USkeletalMeshComponent >& InBindingObject |
TraitInterfaces/IEvaluate.h |