FGeometryCacheSceneProxy

Procedural mesh scene proxy

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h

Include

#include "GeometryCacheSceneProxy.h"

Syntax

class FGeometryCacheSceneProxy : public FPrimitiveSceneProxy

Remarks

Procedural mesh scene proxy

Constructors

Destructors

Name Description

Public function Virtual

~FGeometryCacheSceneProxy()

Functions

Name Description

Public function

void

 

ClearSections()

Clears the Sections array

Public function Const

uint32

 

GetAllocatedSize()

Public function

void

 

UpdateAnimation

(
    float NewTime,
    bool bLooping,
    bool bIsPlayingBackwards,
    float PlaybackSpeed
)

Public function

void

 

UpdateSectionIndexBuffer

(
    const int32 SectionIndex,
    const TArray< uint32 >& Indices
)

Update index buffer for specific section

Public function

void

 

UpdateSectionVertexBuffer

(
    const int32 SectionIndex,
    FGeometryCacheMeshData* MeshDa...
)

Update vertex buffer for specific section

Public function

void

 

UpdateSectionWorldMatrix

(
    const int32 SectionIndex,
    const FMatrix& WorldMatrix
)

Update world matrix for specific section

Overridden from FPrimitiveSceneProxy

Name Description

Public function Virtual Const

bool

 

CanBeOccluded()

Public function Virtual Const

void

 

GetDynamicMeshElements

(
    const TArray< const FSceneView*...,
    const FSceneViewFamily& ViewFamily,
    uint32 VisibilityMap,
    FMeshElementCollector& Collector
)

Gathers the primitive's dynamic mesh elements.

Public function Virtual Const

uint32

 

GetMemoryFootprint()

Every derived class should override these functions

Public function Virtual Const

SIZE_T

 

GetTypeHash()

Return a type (or subtype) specific hash for sorting purposes

Public function Virtual Const

FPrimitiveVi...

 

GetViewRelevance

(
    const FSceneView* View
)

Determines the relevance of this primitive's elements to the given view.

Public function Virtual Const

bool

 

IsUsingDistanceCullFade()

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