Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMDebugObjectInstance |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorSelectedDebugObjectWidget.h |
| Include Path | #include "Widgets/SRigVMEditorSelectedDebugObjectWidget.h" |
Syntax
struct FRigVMDebugObjectInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMDebugObjectInstance
(
TWeakObjectPtr< UObject > InPtr, |
Widgets/SRigVMEditorSelectedDebugObjectWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditorObjectPath | FString | Object path to object in the editor, will only be set for static objects | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| ObjectLabel | FString | Friendly label for object to debug | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| ObjectPath | FString | Raw object path of spawned PIE object, this is not a SoftObjectPath because we don't want it to get fixed up | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| ObjectPtr | TWeakObjectPtr< UObject > | Actual object to debug, can be null | Widgets/SRigVMEditorSelectedDebugObjectWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEditorObject() |
If editor and object path are the same length because there's no prefix, this is the editor object | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
bool IsEmptyObject() |
Returns true if this is the special entry for no specific object | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
bool IsSpawnedObject() |
If this has no editor path, it was spawned | Widgets/SRigVMEditorSelectedDebugObjectWidget.h |