FDerivedDataGeometryCollectionCooker

Windows
MacOS
Linux

Inheritance Hierarchy

FDerivedDataPluginInterface

FDerivedDataGeometryCollectionCooker

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/DerivedDataGeometryCollectionCooker.h

Include

#include "GeometryCollection/DerivedDataGeometryCollectionCooker.h"

Syntax

class FDerivedDataGeometryCollectionCooker : public FDerivedDataPluginInterface

Constructors

Name Description

Public function

FDerivedDataGeometryCollectionCooker

(
    UGeometryCollection& InGeometryCol...
)

Functions

Name Description

Public function

bool

 

CanBuild()

Return true if we can build

Public function

void

 

SetOverrideVersion

(
    const TCHAR* InOverrideVersion
)

Overridden from FDerivedDataPluginInterface

Name Description

Public function Virtual

bool

 

Build

(
    TArray< uint8 >& OutData
)

Does the work of deriving the data.

Public function Virtual Const

FString

 

GetDebugContextString()

A string used to describe the data being generated.

Public function Virtual Const

const TCHAR ...

 

GetPluginName()

Get the plugin name, this is used as the first part of the cache key

Public function Virtual Const

FString

 

GetPluginSpecificCacheKeySuffix()

Returns the largest and plugin specific part of the cache key.

Public function Virtual Const

const TCHAR ...

 

GetVersionString()

Get the version of the plugin, this is used as part of the cache key.

Public function Virtual Const

bool

 

IsBuildThreadsafe()

Indicates that this plugin is threadsafe.

Public function Virtual Const

bool

 

IsDeterministic()

Indicated that this plugin generates deterministic data. This is used for DDC verification

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