Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/FNiagaraGeometryCacheReference
Syntax
UPROPERTY (EditAnywhere, Category="GeometryCache")
TArray < TObjectPtr < UMaterialInterface > > OverrideMaterials
Remarks
The materials to be used instead of the GeometryCache's materials. If the GeometryCache requires more materials than exist in this array or any entry in this array is set to None, we will use the GeometryCache's existing material instead.