FGeometryCollectionAssetBroker

AssetBroker class for GeometryCollection assets

Windows
MacOS
Linux

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

Name Description

Public function Virtual

bool

 

AssignAssetToComponent

(
    UActorComponent* InComponent,
    UObject* InAsset
)

Assign the assigned asset to the supplied component

Public function Virtual

UObject *...

 

GetAssetFromComponent

(
    UActorComponent* InComponent
)

Get the currently assigned asset from the component

Public function Virtual

UClass *

 

GetSupportedAssetClass()

Begin IComponentAssetBroker Implementation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss