UE4Casts_Private::DynamicCast

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Templates/Casts.h"

Syntax

namespace UE4Casts_Private
{
    template<typename To, typename From>
    TEnableIf<!TAnd< TIsPointer< To >, TAnd< TIsCastableToPointer< typename TRemovePointer< To >::Type >, TIsCastable< From > > >::Value, To >::Type UE4Casts_Private::DynamicCast
    (
        From * Arg
    )
}

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