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