Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFAssetInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DerivedType * AsPtr () |
Returns this instance as the specified derived type, if our struct type is a child type. | UAFAssetInstance.h | |
const DerivedType * AsPtr () |
Returns this instance as the specified derived type, if our struct type is a child type. | UAFAssetInstance.h |
AsPtr()
Description
Returns this instance as the specified derived type, if our struct type is a child type.
| Name | AsPtr |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
template<typename DerivedType>
DerivedType * AsPtr()
AsPtr()
Description
Returns this instance as the specified derived type, if our struct type is a child type.
| Name | AsPtr |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
template<typename DerivedType>
const DerivedType * AsPtr() const