GetFullNameForCastLogError

Helper function to get the full name for UObjects and UInterfaces.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h

Include

#include "Templates/Casts.h"

Syntax

template<typename T, typename TEnableIf<!TIsDerivedFrom< T, FField >::Value >::Type *>
FString GetFullNameForCastLogError
(
    T * InObjectOrInterface
)

Remarks

And a special version for FFields.

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