Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
A class for storing user data related to converting operating system images to textures. More...
#include "OperatingSystemImageToTextureUserData.h"
Public Member Functions | |
UOperatingSystemImageToTextureUserData () | |
Static Public Member Functions | |
static UOperatingSystemImageToTextureUserData * | CreateUserData (UTexture2D *ParentTexture, const FString &NewImagePath) |
Creates a new instance of UOperatingSystemImageToTextureUserData. | |
Public Attributes | |
FString | ImagePath |
A class for storing user data related to converting operating system images to textures.
UOperatingSystemImageToTextureUserData::UOperatingSystemImageToTextureUserData | ( | ) |
|
static |
Creates a new instance of UOperatingSystemImageToTextureUserData.
ParentTexture | The parent texture to associate the user data with. |
NewImagePath | The path to the image file. |
FString UOperatingSystemImageToTextureUserData::ImagePath |
The path to the image file.