Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| Name | FAnimNode_ApplyLimits |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_ApplyLimits.h |
| Include Path | #include "BoneControllers/AnimNode_ApplyLimits.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_ApplyLimits : public FAnimNode_SkeletalControlBase
Inheritance Hierarchy
- FAnimNode_Base → FAnimNode_SkeletalControlBase → FAnimNode_ApplyLimits
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNode_ApplyLimits() |
BoneControllers/AnimNode_ApplyLimits.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngularOffsets | TArray< FVector > | BoneControllers/AnimNode_ApplyLimits.h |
|
|
| AngularRangeLimits | TArray< FAngularRangeLimit > | BoneControllers/AnimNode_ApplyLimits.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RecalcLimits() |
BoneControllers/AnimNode_ApplyLimits.h |
Overridden from FAnimNode_SkeletalControlBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EvaluateSkeletalControl_AnyThread
(
FComponentSpacePoseContext& Output, |
Evaluate the new component-space transforms for the affected bones. | BoneControllers/AnimNode_ApplyLimits.h | |
virtual bool IsValidToEvaluate
(
const USkeleton* Skeleton, |
Return true if it is valid to Evaluate | BoneControllers/AnimNode_ApplyLimits.h |
Overridden from FAnimNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GatherDebugData
(
FNodeDebugData& DebugData |
BoneControllers/AnimNode_ApplyLimits.h | ||
virtual bool NeedsOnInitializeAnimInstance() |
BoneControllers/AnimNode_ApplyLimits.h | ||
virtual void OnInitializeAnimInstance
(
const FAnimInstanceProxy* InProxy, |
BoneControllers/AnimNode_ApplyLimits.h |