FObjectInstancingGraph::ForEachObjectInstance

Allows looping over instances that were created during this instancing.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

template<typename Predicate>
void ForEachObjectInstance
(
    Predicate Pred
)

Remarks

Allows looping over instances that were created during this instancing.

Parameters

Parameter

Description

Pred

the object to retrieve object instances for

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