Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor > API/Plugins/GeometryCollectionEditor/GeometryCollection
Inheritance Hierarchy
- IComponentAssetBroker
- FGeometryCollectionAssetBroker
References
| Module | GeometryCollectionEditor |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionAssetBroker.h |
| Include | #include "GeometryCollection/GeometryCollectionAssetBroker.h" |
Syntax
class FGeometryCollectionAssetBroker : public IComponentAssetBroker
Remarks
AssetBroker class for GeometryCollection assets
Overridden from IComponentAssetBroker
| Type | Name | Description | |
|---|---|---|---|
| bool | AssignAssetToComponent
(
UActorComponent* InComponent, |
Assign the assigned asset to the supplied component | |
| UObject * | GetAssetFromComponent
(
UActorComponent* InComponent |
Get the currently assigned asset from the component | |
| UClass * | Begin IComponentAssetBroker Implementation. |