TCastImpl< From, To, ECastType::InterfaceToInterface >

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Templates/Casts.h"

Syntax

namespace TCastImpl< From, To, ECastType
{
    template<typename From, typename To>
    struct TCastImpl< From, To, ECastType::InterfaceToInterface >
}

Functions

Name Description

Public function Static

To *

 

DoCast

(
    From* Src
)

Public function Static

To *

 

DoCastCheckedWithoutTypeCheck

(
    From* Src
)

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