Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/BlendableManager.h |
| Include | #include "BlendableManager.h" |
Syntax
class FBlendableManager
Remarks
Manager class which allows blending of FBlendableBase objects, stores a copy (for the render thread)
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| T & | Used to blend multiple blendables of the given type with lerp into one final one | ||
| const T & | Use to pickup the on final blendable that was generated by blending 0-n blendables of the given type | ||
| T * | IterateBlendables
(
FBlendableEntry*& InIterator |
Find next that has the given type, O(n), n is number of elements after the given one or all if started with 0 | |
| T * | PushBlendableData
(
float InWeight, |