Agrarsense
Public Attributes | List of all members
FInstanceEntry Struct Reference

#include <InstancedRenderer.h>

Public Attributes

UInstancedStaticMeshComponent * InstancedStaticMeshComponent
 
TSubclassOf< AActor > ActorClass
 
TWeakObjectPtr< UStaticMesh > Mesh
 
TArray< UMaterialInterface * > Materials
 
int32 InstanceEntryIndex = 0
 
int32 CustomDepthStencilValue
 
bool AllowWorldPositionOffsetDisable = false
 
bool IsTree = false
 
bool UsingProxy = false
 

Detailed Description

Definition at line 27 of file InstancedRenderer.h.

Member Data Documentation

◆ ActorClass

TSubclassOf<AActor> FInstanceEntry::ActorClass

◆ AllowWorldPositionOffsetDisable

bool FInstanceEntry::AllowWorldPositionOffsetDisable = false

Definition at line 50 of file InstancedRenderer.h.

Referenced by AInstancedRenderer::FindOrAddUniqueMesh().

◆ CustomDepthStencilValue

int32 FInstanceEntry::CustomDepthStencilValue

Definition at line 47 of file InstancedRenderer.h.

Referenced by AInstancedRenderer::FindOrAddUniqueMesh().

◆ InstancedStaticMeshComponent

UInstancedStaticMeshComponent* FInstanceEntry::InstancedStaticMeshComponent

◆ InstanceEntryIndex

int32 FInstanceEntry::InstanceEntryIndex = 0

Definition at line 44 of file InstancedRenderer.h.

Referenced by AInstancedRenderer::FindOrAddUniqueMesh().

◆ IsTree

bool FInstanceEntry::IsTree = false

Definition at line 53 of file InstancedRenderer.h.

Referenced by AInstancedRenderer::FindOrAddUniqueMesh().

◆ Materials

TArray<UMaterialInterface*> FInstanceEntry::Materials

Definition at line 41 of file InstancedRenderer.h.

Referenced by AInstancedRenderer::FindOrAddUniqueMesh().

◆ Mesh

TWeakObjectPtr<UStaticMesh> FInstanceEntry::Mesh

Definition at line 38 of file InstancedRenderer.h.

Referenced by AInstancedRenderer::FindOrAddUniqueMesh().

◆ UsingProxy

bool FInstanceEntry::UsingProxy = false

Definition at line 55 of file InstancedRenderer.h.


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