FGeometryCacheAssetBroker

AssetBroker class for GeometryCache assets

Windows
MacOS
Linux

Inheritance Hierarchy

IComponentAssetBroker

FGeometryCacheAssetBroker

References

Module

GeometryCacheEd

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCacheEd/Classes/GeometryCacheAssetBroker.h

Include

#include "GeometryCacheAssetBroker.h"

Syntax

class FGeometryCacheAssetBroker : public IComponentAssetBroker

Remarks

AssetBroker class for GeometryCache 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