Navigation
API > API/Plugins > API/Plugins/CinematicPrestreaming
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCinePrestreamingData
References
| Module | CinematicPrestreaming |
| Header | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreaming/Public/CinePrestreamingData.h |
| Include | #include "CinePrestreamingData.h" |
Syntax
UCLASS&40;&41;
class UCinePrestreamingData : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCinePrestreamingNaniteData > | NaniteDatas | ||
| FIntPoint | RecordedResolution | What resolution was this asset generated at? Recordings are resolution dependent as different mips will be chosen for different resolutions. | |
| FDateTime | RecordedTime | Time that this asset was generated (in UTC). | |
| TArray< FFrameNumber > | Times | ||
| TArray< FCinePrestreamingVTData > | VirtualTextureDatas |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |
Get the size of the object/resource for use in memory tools or to display to artists/LDs in the Editor This is the extended version which separates up the used memory into different memory regions (the actual definition of which may be platform specific). |