UObjectLibrary::GetObjects

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

Choose your operating system:

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