FGeometryCacheCodecDecodeArguments

Arguments passed to the decoder.

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheCodecBase.h

Include

#include "GeometryCacheCodecBase.h"

Syntax

struct FGeometryCacheCodecDecodeArguments

Remarks

Arguments passed to the decoder. This allows adding arguments easily without needing to change all decoders.

Variables

Name Description

Public variable

TArray< FStream...

 

Chunks

Public variable

uint32

 

FrameIdentifier

Public variable

FGeometryCacheM...

 

OutMeshData

Public variable

FGeometryCacheT...

 

Track

Constructors

Name Description

Public function

FGeometryCacheCodecDecodeArguments

(
    FGeometryCacheTrackStreamableRender...,
    TArray< FStreamedGeometryCacheChunk...,
    uint32 SetFrameIdentifier,
    FGeometryCacheMeshData& SetOutMesh...
)

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