Navigation
API > API/Plugins > API/Plugins/ImagePlate
| |
|
| Name |
UImagePlateFileSequence |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Public/ImagePlateFileSequence.h |
| Include Path |
#include "ImagePlateFileSequence.h" |
Syntax
UCLASS (MinimalAPI)
class UImagePlateFileSequence : public UObject
Inheritance Hierarchy
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FileWildcard |
FString |
Wildcard used to find images within the directory (ie *.exr) |
ImagePlateFileSequence.h |
- EditAnywhere
- Category="General"
|
| Framerate |
float |
Framerate at which to display the images |
ImagePlateFileSequence.h |
- EditAnywhere
- Category="General"
- Meta=(ClampMin=0)
|
| SequencePath |
FDirectoryPath |
Path to the directory in which the image sequence resides |
ImagePlateFileSequence.h |
- EditAnywhere
- Category="General"
- Meta=(ContentDir)
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Create a new image cache for this sequence |
ImagePlateFileSequence.h |
|