Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FWeightedBlendable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Engine/Scene.h | ||
FWeightedBlendable
(
float InWeight, |
Constructor | Engine/Scene.h |
FWeightedBlendable()
Description
Default constructor
| Name | FWeightedBlendable |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Scene.h |
| Include Path | #include "Engine/Scene.h" |
FWeightedBlendable()
FWeightedBlendable(float, UObject *)
Description
Constructor
| Name | FWeightedBlendable |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Scene.h |
| Include Path | #include "Engine/Scene.h" |
FWeightedBlendable
(
float InWeight,
UObject * InObject
)
Parameters
| Name | Remarks |
|---|---|
| InWeight | 1 is used to hide the weight and show the "Choose" UI, 0:no effect .. 1:full effect |