Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UBlendSpacePlayerLibrary
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/BlendSpacePlayerLibrary.h |
| Include | #include "BlendSpacePlayerLibrary.h" |
Syntax
UCLASS (MinimalAPI)
class UBlendSpacePlayerLibrary : public UBlueprintFunctionLibrary
Remarks
Exposes operations to be performed on a blend space player anim node.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBlendSpacePlayerReference | ConvertToBlendSpacePlayer
(
const FAnimNodeReference& Node, |
Get a blend space player context from an anim node context. | |
| void | ConvertToBlendSpacePlayerPure
(
const FAnimNodeReference& Node, |
Get a blend space player context from an anim node context (pure). | |
| UBlendSpace * | GetBlendSpace
(
const FBlendSpacePlayerReference& BlendSpacePlayer |
Get the current BlendSpace of the blend space player. | |
| bool | GetLoop
(
const FBlendSpacePlayerReference& BlendSpacePlayer |
Get the current loop of the blend space player. | |
| float | GetPlayRate
(
const FBlendSpacePlayerReference& BlendSpacePlayer |
Get the current play rate of the blend space player. | |
| FVector | GetPosition
(
const FBlendSpacePlayerReference& BlendSpacePlayer |
Get the current position of the blend space player. | |
| float | GetStartPosition
(
const FBlendSpacePlayerReference& BlendSpacePlayer |
Get the current start position of the blend space player. | |
| FBlendSpacePlayerReference | SetBlendSpace
(
const FBlendSpacePlayerReference& BlendSpacePlayer, |
Set the current BlendSpace of the blend space player. | |
| FBlendSpacePlayerReference | SetBlendSpaceWithInertialBlending
(
const FAnimUpdateContext& UpdateContext, |
Set the current BlendSpace of the blend space player with an interial blend time. | |
| FBlendSpacePlayerReference | SetLoop
(
const FBlendSpacePlayerReference& BlendSpacePlayer, |
Set the loop of the blend space player. | |
| FBlendSpacePlayerReference | SetPlayRate
(
const FBlendSpacePlayerReference& BlendSpacePlayer, |
Set the play rate of the blend space player. | |
| FBlendSpacePlayerReference | SetResetPlayTimeWhenBlendSpaceChanges
(
const FBlendSpacePlayerReference& BlendSpacePlayer, |
Set whether the current play time should reset when BlendSpace changes of the blend space player. | |
| bool | ShouldResetPlayTimeWhenBlendSpaceChanges
(
const FBlendSpacePlayerReference& BlendSpacePlayer |
Get the current value of whether the current play time should reset when BlendSpace changes of the blend space player. | |
| void | SnapToPosition
(
const FBlendSpacePlayerReference& BlendSpacePlayer, |
Forces the Position to the specified value |