FGeometryCacheTrackStreamableSampleInfo

Info stored per sample that is always resident in memory and does not require parsing the chunks.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FGeometryCacheTrackSampleInfo

FGeometryCacheTrackStreamableSampleInfo

References

Module

GeometryCache

Header

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

Include

#include "GeometryCacheTrackStreamable.h"

Syntax

struct FGeometryCacheTrackStreamableSampleInfo : public FGeometryCacheTrackSampleInfo

Remarks

Info stored per sample that is always resident in memory and does not require parsing the chunks. Needed to keep support for serialization of FGeometryCacheTrackStreamableSampleInfo

Constructors

Name Description

Public function

FGeometryCacheTrackStreamableSampleInfo()

Public function

FGeometryCacheTrackStreamableSampleInfo

(
    float SetSampleTime,
    FBox SetBoundingBox,
    int32 SetNumVertices,
    int32 SetNumIndices
)