Navigation
API > API/Plugins > API/Plugins/ImagePlate
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UImagePlateFileSequence
References
| Module | ImagePlate |
| Header | /Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Public/ImagePlateFileSequence.h |
| Include | #include "ImagePlateFileSequence.h" |
Syntax
UCLASS&40;&41;
class UImagePlateFileSequence : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | FileWildcard | Wildcard used to find images within the directory (ie *.exr) | |
| float | Framerate | Framerate at which to display the images | |
| FDirectoryPath | SequencePath | Path to the directory in which the image sequence resides |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UImagePlateFileSequence
(
const FObjectInitializer& Init |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FImagePlateAsyncCache | Create a new image cache for this sequence |