0x00x0068
Members 4
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | DisplayText | FText | Deprecated+1 flags | <FText> | |
| 0x0038 | 0x10 | padding / unreflected | |||
| 0x01 | bExpanded | bool | 5 flags | true | |
| 0x0049 | 0x07 | padding / unreflected | |||
| 0x10 | Variants | TArray<UVariant*> | 4 flags | [] | |
| 0x08 | Thumbnail | UTexture2D* | 6 flags | nullptr | |
Functions 11
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetThumbnailFromTexture(UTexture2D* NewThumbnail) | FinalNative+1 flags | 0x08 | |
| void SetThumbnailFromFile(const FString& FilePath) | FinalNative+1 flags | 0x10 | |
| void SetThumbnailFromEditorViewport() | FinalNative+1 flags | 0x00 | |
| void SetThumbnailFromCamera(UObject* WorldContextObject, FTransform& CameraTransform, float FOVDegrees, float MinZ, float Gamma) | FinalNative+1 flags | 0x7C | |
| void SetDisplayText(FText& NewDisplayText) | FinalNative+1 flags | 0x10 | |
| UVariant* GetVariantByName(const FString& VariantName) | FinalNative+1 flags | 0x18 | |
| UVariant* GetVariant(int32 VariantIndex) | FinalNative+1 flags | 0x10 | |
| UTexture2D* GetThumbnail() | FinalNative+1 flags | 0x08 | |
| ULevelVariantSets* GetParent() | FinalNative+1 flags | 0x08 | |
| int32 GetNumVariants() | FinalNative+1 flags | 0x04 | |
| FText GetDisplayText() | FinalNative+1 flags | 0x10 |