Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Specialization for trait binding.
| Name | TTraitBinding< IUpdate > |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/IUpdate.h |
| Include Path | #include "TraitInterfaces/IUpdate.h" |
Syntax
template<>
struct TTraitBinding< IUpdate > : public UE::UAF::FTraitBinding
Inheritance Hierarchy
- FTraitBinding → TTraitBinding< IUpdate >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnBecomeRelevant
(
FUpdateTraversalContext& Context, |
TraitInterfaces/IUpdate.h | ||
void PostUpdate
(
FUpdateTraversalContext& Context, |
TraitInterfaces/IUpdate.h | ||
void PreUpdate
(
FUpdateTraversalContext& Context, |
TraitInterfaces/IUpdate.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const IUpdate * GetInterface() |
TraitInterfaces/IUpdate.h |