Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBlendableManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/BlendableManager.h |
| Include | #include "BlendableManager.h" |
template<class T>
T &42; IterateBlendables
&40;
FBlendableEntry &42;& InIterator
&41; const
Remarks
Find next that has the given type, O(n), n is number of elements after the given one or all if started with 0 0 if no further one of that type was found
Parameters
| Name | Description |
|---|---|
| InIterator | 0 to start iteration |