Navigation
API > API/Plugins > API/Plugins/CinematicPrestreaming
Inheritance Hierarchy
- UObject
- UCinePrestreamingData
References
| Module | CinematicPrestreaming |
| Header | /Engine/Plugins/Experimental/CinematicPrestreaming/Source/CinematicPrestreaming/Public/CinePrestreamingData.h |
| Include | #include "CinePrestreamingData.h" |
Syntax
UCLASS ()
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 |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetResourceSizeEx
(
FResourceSizeEx& CumulativeResourceSize |