Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlendSpace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetGridPosition
(
int32 GridIndex |
Returns the sample position associated with the elements returned by GetGridSamples | Animation/BlendSpace.h | |
FVector GetGridPosition
(
int32 GridX, |
Returns the sample position associated with the coordinates | Animation/BlendSpace.h |
GetGridPosition(int32)
Description
Returns the sample position associated with the elements returned by GetGridSamples
| Name | GetGridPosition |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include Path | #include "Animation/BlendSpace.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp |
FVector GetGridPosition
(
int32 GridIndex
) const
GetGridPosition(int32, int32)
Description
Returns the sample position associated with the coordinates
| Name | GetGridPosition |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include Path | #include "Animation/BlendSpace.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/BlendSpace.cpp |
FVector GetGridPosition
(
int32 GridX,
int32 GridY
) const