Navigation
API > API/Plugins > API/Plugins/PoseSearch
Attribute type containing a const pointer to pose history for use by downstream systems. Uses a TWeakObjectPtr for scope checks.
| Name | FPoseHistoryAnimationAttribute |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchHistoryAttribute.h |
| Include Path | #include "PoseSearch/PoseSearchHistoryAttribute.h" |
Syntax
USTRUCT (Experimental)
struct FPoseHistoryAnimationAttribute
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PoseHistory | const UE::PoseSearch::IPoseHistory * | PoseSearch/PoseSearchHistoryAttribute.h | ||
| ScopeObject | TWeakObjectPtr< const UObject > | PoseSearch/PoseSearchHistoryAttribute.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
PoseSearch/PoseSearchHistoryAttribute.h |