Navigation
API > API/Plugins > API/Plugins/UAFAnimNode
The AnimOp notify evaluator provides the necessary machinery for notify evaluation.
| Name | FUAFAnimOpNotifyEvaluator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h |
| Include Path | #include "UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h" |
Syntax
class FUAFAnimOpNotifyEvaluator : public UE::UAF::FUAFAnimOpEvaluator
Inheritance Hierarchy
- FUAFAnimOpEvaluator → FUAFAnimOpNotifyEvaluator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUAFAnimOpNotifyEvaluator() |
UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FUAFAnimOpNotifyEvaluator() |
UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Notifies | TArray< FAnimNotifyEventReference > | The list of notifies being produced. | UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the list of notifies currently being evaluated. | UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h | ||
const TArray< FAnimNotifyEventReference > & GetNotifies () |
UAF/AnimOpCore/UAFAnimOpNotifyEvaluator.h |