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< TIsCastable< typename TRemoveReference< To >::Type >, TIsCastable< typename TRemoveReference< From >::Type > >::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