Navigation
API > API/Plugins > API/Plugins/ControlFlows
Inheritance Hierarchy
- TStrongContainerToImpl
- TStrongCastable
- TStrongContainer
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/CastedTo.h |
| Include | #include "CastedTo.h" |
Syntax
template<typename CastFrom, typename CastTo>
class TStrongCastable : public TStrongContainerToImpl< CastFrom, CastTo, TIsDerivedFrom< CastFrom, UObject >::IsDerived, IsDerivedFromSharedFromThis< CastFrom >>
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStrongCastable
(
CastFrom* InObject |