FBlendableManager::IterateBlendables

Find next that has the given type, O(n), n is number of elements after the given one or all if started with 0

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BlendableManager.h

Include

#include "BlendableManager.h"

Syntax

template<class T>
T * IterateBlendables
(
    FBlendableEntry *& InIterator
) 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

Returns

0 if no further one of that type was found

Parameters

Parameter

Description

InIterator

0 to start iteration

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss