Navigation
API > API/Editor > API/Editor/SequencerCore
| Name | ICastable |
| Type | class |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/ICastable.h |
| Include Path | #include "MVVM/ICastable.h" |
Syntax
class ICastable
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FAutoRegisterTypeTable | Struct that assigns an ICastable instance's TypeTable. |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FAutoRegisterTypeTable | friend | MVVM/ICastable.h | ||
| TypeTable | const FCastableTypeTable *const | MVVM/ICastable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RetType CastedCall
(
RetType(InterfaceType::*)(ArgTypes...) MemberFunc, |
MVVM/ICastable.h | ||
RetType CastedCall
(
RetType(InterfaceType::*)(ArgTypes...) MemberFunc, |
MVVM/ICastable.h | ||
void * CastRaw
(
FViewModelTypeID InType |
MVVM/ICastable.h | ||
const void * CastRaw
(
FViewModelTypeID InType |
MVVM/ICastable.h | ||
T * CastThis () |
MVVM/ICastable.h | ||
const T * CastThis () |
MVVM/ICastable.h | ||
T * CastThisChecked () |
MVVM/ICastable.h | ||
const T * CastThisChecked () |
MVVM/ICastable.h | ||
const FCastableTypeTable & GetTypeTable() |
MVVM/ICastable.h | ||
bool IsA () |
MVVM/ICastable.h | ||
bool IsA
(
FViewModelTypeID InType |
MVVM/ICastable.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MVVM/ICastable.h | |||
static TSharedPtr< T > CastWeakPtrShared
(
const TWeakPtr< ICastable >& InWeakPtr |
MVVM/ICastable.h |