Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FWeightedBlendSample |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include Path |
#include "Animation/BlendSpace.h" |
Syntax
USTRUCT ()
struct FWeightedBlendSample
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FWeightedBlendSample
(
int32 Index,
float Weight
)
|
|
Animation/BlendSpace.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| SampleIndex |
int32 |
|
Animation/BlendSpace.h |
|
| SampleWeight |
float |
|
Animation/BlendSpace.h |
|
Functions
Public