Navigation
API > API/Plugins > API/Plugins/UAF
An asset instance component is attached and owned by an asset instance.
| Name | FUAFAssetInstanceComponent |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstanceComponent.h |
| Include Path | #include "UAFAssetInstanceComponent.h" |
Syntax
USTRUCT ()
struct FUAFAssetInstanceComponent
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUAFAssetInstanceComponent() |
UAFAssetInstanceComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FUAFAssetInstanceComponent() |
UAFAssetInstanceComponent.h |
Structs
| Name | Remarks |
|---|---|
| FScopedConstructorHelper | Helper struct for supplying asset instance references to constructor via TLS. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ContainerType | FUAFAssetInstance | UAFAssetInstanceComponent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the owning asset instance this component lives on. | UAFAssetInstanceComponent.h | ||
const FUAFAssetInstance & GetAssetInstance () |
Returns the owning asset instance this component lives on. | UAFAssetInstanceComponent.h | |
FUAFAssetInstance * GetAssetInstancePtr() |
Returns the owning asset instance this component lives on. | UAFAssetInstanceComponent.h |