Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h |
Include |
#include "Engine/Scene.h" |
void AddBlendable
(
TScriptInterface< IBlendableInterface > InBlendableObject,
float InWeight
)
Adds an Blendable (implements IBlendableInterface) to the array of Blendables (if it doesn't exist) and update the weight
Parameter |
Description |
---|---|
InBlendableObject |
silently ignores if no object is referenced |
0..1 |
InWeight, values outside of the range get clampled later in the pipeline |