Navigation
API > API/Plugins > API/Plugins/GeometryCacheEd
Inheritance Hierarchy
- IComponentAssetBroker
- FGeometryCacheAssetBroker
References
Module | GeometryCacheEd |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheEd/Classes/GeometryCacheAssetBroker.h |
Include | #include "GeometryCacheAssetBroker.h" |
Syntax
class FGeometryCacheAssetBroker : public IComponentAssetBroker
Remarks
AssetBroker class for GeometryCache 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. |