Navigation
API > API/Plugins > API/Plugins/GeometryCacheStreamer
Settings for the GeometryCache streamer
| Name | UGeometryCacheStreamerSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheStreamer/Public/GeometryCacheStreamerSettings.h |
| Include Path | #include "GeometryCacheStreamerSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Engine, Meta=(DisplayName="Geometry Cache"))
class UGeometryCacheStreamerSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UGeometryCacheStreamerSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryCacheStreamerSettings() |
GeometryCacheStreamerSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LookAheadBuffer | float | The amount of animation (in seconds) to stream ahead of time (per stream) | GeometryCacheStreamerSettings.h |
|
| MaxMemoryAllowed | float | The maximum total amount of streamed data allowed in memory (for all streams) | GeometryCacheStreamerSettings.h |
|