UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ITargetCacheProvider Class Referenceabstract

#include <GeometryCollectionCache.h>

+ Inheritance diagram for ITargetCacheProvider:

Public Member Functions

virtual UGeometryCollectionCacheGetCacheForCollection (const UGeometryCollection *InCollection)=0
 

Static Public Member Functions

static FName GetFeatureName ()
 

Detailed Description

Provider for target caches when recording is requested but we don't have a target cache Initial purpose is to allow an opaque way to call some editor system to generate new assets but this could be expanded later for runtime recording and playback if the need arises

Member Function Documentation

◆ GetCacheForCollection()

virtual UGeometryCollectionCache * ITargetCacheProvider::GetCacheForCollection ( const UGeometryCollection InCollection)
pure virtual

◆ GetFeatureName()

static FName ITargetCacheProvider::GetFeatureName ( )
inlinestatic

The documentation for this class was generated from the following file: