Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/FDynamicExtensionContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * CastDynamicChecked () |
MVVM/Extensions/DynamicExtensionContainer.h | ||
T * CastDynamicChecked () |
MVVM/Extensions/DynamicExtensionContainer.h | ||
const void * CastDynamicChecked
(
FViewModelTypeID Type |
MVVM/Extensions/DynamicExtensionContainer.h | ||
void * CastDynamicChecked
(
FViewModelTypeID Type |
MVVM/Extensions/DynamicExtensionContainer.h |
CastDynamicChecked()
| Name | CastDynamicChecked |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/DynamicExtensionContainer.h |
| Include Path | #include "MVVM/Extensions/DynamicExtensionContainer.h" |
template<typename T>
const T * CastDynamicChecked() const
CastDynamicChecked()
| Name | CastDynamicChecked |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/DynamicExtensionContainer.h |
| Include Path | #include "MVVM/Extensions/DynamicExtensionContainer.h" |
template<typename T>
T * CastDynamicChecked()
CastDynamicChecked(FViewModelTypeID)
| Name | CastDynamicChecked |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/DynamicExtensionContainer.h |
| Include Path | #include "MVVM/Extensions/DynamicExtensionContainer.h" |
const void * CastDynamicChecked
(
FViewModelTypeID Type
) const
CastDynamicChecked(FViewModelTypeID)
| Name | CastDynamicChecked |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/DynamicExtensionContainer.h |
| Include Path | #include "MVVM/Extensions/DynamicExtensionContainer.h" |
void * CastDynamicChecked
(
FViewModelTypeID Type
)