Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
| Name | FDerivedDataGeometryCollectionCooker |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/DerivedDataGeometryCollectionCooker.h |
| Include Path | #include "GeometryCollection/DerivedDataGeometryCollectionCooker.h" |
Syntax
class FDerivedDataGeometryCollectionCooker : public FDerivedDataPluginInterface
Inheritance Hierarchy
- FDerivedDataPluginInterface → FDerivedDataGeometryCollectionCooker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDerivedDataGeometryCollectionCooker
(
UGeometryCollection& InGeometryCollection |
GeometryCollection/DerivedDataGeometryCollectionCooker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GeometryCollection | UGeometryCollection & | GeometryCollection/DerivedDataGeometryCollectionCooker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Build
(
TArray< uint8 >& OutData |
GeometryCollection/DerivedDataGeometryCollectionCooker.h | ||
bool CanBuild() |
Return true if we can build | GeometryCollection/DerivedDataGeometryCollectionCooker.h | |
virtual FString GetDebugContextString() |
GeometryCollection/DerivedDataGeometryCollectionCooker.h | ||
virtual const TCHAR * GetPluginName() |
GeometryCollection/DerivedDataGeometryCollectionCooker.h | ||
virtual FString GetPluginSpecificCacheKeySuffix() |
GeometryCollection/DerivedDataGeometryCollectionCooker.h | ||
virtual const TCHAR * GetVersionString() |
GeometryCollection/DerivedDataGeometryCollectionCooker.h | ||
virtual bool IsBuildThreadsafe() |
GeometryCollection/DerivedDataGeometryCollectionCooker.h | ||
virtual bool IsDeterministic() |
GeometryCollection/DerivedDataGeometryCollectionCooker.h |