0x00x0070
Members 4
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x10 | Dependencies | TArray<FVariantDependency> | 2 flags | [] | |
| 0x10 | DisplayText | FText | Deprecated+1 flags | <FText> | |
| 0x0048 | 0x10 | padding / unreflected | |||
| 0x10 | ObjectBindings | TArray<UVariantObjectBinding*> | 6 flags | [] | |
| 0x08 | Thumbnail | UTexture2D* | 6 flags | nullptr | |
Functions 18
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SwitchOn() | FinalNative+1 flags | 0x00 | |
| 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 | |
| void SetDependency(int32 Index, FVariantDependency& Dependency) | FinalNative+1 flags | 0x60 | |
| bool IsActive() | FinalNative+1 flags | 0x01 | |
| UTexture2D* GetThumbnail() | FinalNative+1 flags | 0x08 | |
| UVariantSet* GetParent() | FinalNative+1 flags | 0x08 | |
| int32 GetNumDependencies() | FinalNative+1 flags | 0x04 | |
| int32 GetNumActors() | FinalNative+1 flags | 0x04 | |
| FText GetDisplayText() | FinalNative+1 flags | 0x10 | |
| TArray<UVariant*> GetDependents(ULevelVariantSets* LevelVariantSets, bool bOnlyEnabledDependencies) | FinalNative+1 flags | 0x20 | |
| FVariantDependency GetDependency(int32 Index) | FinalNative+1 flags | 0x60 | |
| AActor* GetActor(int32 ActorIndex) | FinalNative+1 flags | 0x10 | |
| void DeleteDependency(int32 Index) | FinalNative+1 flags | 0x04 | |
| int32 AddDependency(FVariantDependency& Dependency) | FinalNative+1 flags | 0x5C |