FAssetTypeActions_Base::GetTypedWeakObjectPtrs

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

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/AssetTypeActions_Base.h

Include

#include "AssetTypeActions_Base.h"

Syntax

template<typename T>
static TArray< TWeakObjectPtr< T > > 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