Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFAssetInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ComponentType * TryGetComponent () |
Returns a typed instance component pointer if found or nullptr otherwise. | UAFAssetInstance.h | |
const ComponentType * TryGetComponent () |
Returns a typed instance component pointer if found or nullptr otherwise. | UAFAssetInstance.h | |
FUAFAssetInstanceComponent * TryGetComponent
(
const UScriptStruct* InStruct |
Returns a typed instance component pointer if found or nullptr otherwise. | UAFAssetInstance.h |
TryGetComponent()
Description
Returns a typed instance component pointer if found or nullptr otherwise.
| Name | TryGetComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
template<typename ComponentType>
ComponentType * TryGetComponent()
TryGetComponent()
Description
Returns a typed instance component pointer if found or nullptr otherwise.
| Name | TryGetComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
template<typename ComponentType>
const ComponentType * TryGetComponent() const
TryGetComponent(const UScriptStruct *)
Description
Returns a typed instance component pointer if found or nullptr otherwise.
| Name | TryGetComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAFAssetInstance.cpp |
FUAFAssetInstanceComponent * TryGetComponent
(
const UScriptStruct * InStruct
)