FObjectEditorUtils::GetTypedWeakObjectPtrs

Helper function to convert the input for GetActions to a list that can be used for delegates

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ObjectEditorUtils.h

Include

#include "ObjectEditorUtils.h"

Syntax

namespace FObjectEditorUtils
{
    template<typename T>
    static TArray< TWeakObjectPtr< T > > FObjectEditorUtils::GetTypedWeakObjectPtrs
    (
        const TArray< UObject * > & InObjects
    )
}

Remarks

Helper function to convert the input for GetActions to a list that can be used for delegates

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