Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
References
| Module | ContextualAnimation |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimTypes.h |
| Include | #include "ContextualAnimTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FContextualAnimQueryParams
Remarks
Stores the parameters passed into query function : Only used by UContextualAnimSceneAsset::Query. Kept around only to do not break existing content. It will go away in the future.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bComplexQuery | ||
| bool | bFindAnimStartTime | ||
| TWeakObjectPtr< const AActor > | Querier | ||
| FTransform | QueryTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContextualAnimQueryParams
(
const AActor* InQuerier, |
|||
FContextualAnimQueryParams
(
const FTransform& InQueryTransform, |