UObjectLibrary::GetObjects

Fills in a passed in array of objects, casts to proper type

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h

Include

#include "Engine/ObjectLibrary.h"

Syntax

template<typename T>
void GetObjects
(
    TArray< T * > & OutObjects
)

Remarks

Fills in a passed in array of objects, casts to proper type

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