Navigation
API > API/Plugins > API/Plugins/ControlFlows
Inheritance Hierarchy
- TSharedFromThis
- TPointerContainerBase
- TPointerContainer
- TWeakContainerTo
- TWeakCastableImpl< T, CastTo, false, true >
- TWeakCastableImpl< T, CastTo, true, false >
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/CastedTo.h |
| Include | #include "CastedTo.h" |
Syntax
template<typename CastTo>
class TWeakContainerTo : public TPointerContainer< CastTo >
Remarks
A "Weak" Pointer Reference Container for a 'T' (UObject xOr TSharedFromThis) that can be statically casted to 'CastTo'
Destructors
| Type | Name | Description | |
|---|---|---|---|