FGeometryCacheTrackStreamableSampleInfo

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

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
)

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