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