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