Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMLogWidget |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMLogWidget.h |
| Include Path | #include "Widgets/SRigVMLogWidget.h" |
Syntax
class SRigVMLogWidget : public SBox
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SBox → SRigVMLogWidget
- FSlateControlledConstruction → SWidget → SPanel → SBox → SRigVMLogWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SRigVMLogWidget() |
Widgets/SRigVMLogWidget.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SRigVMLogWidget() |
Widgets/SRigVMLogWidget.h |
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FBoundListingInfo |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundListings | TArray< TWeakPtr< IMessageLogListing > > | Widgets/SRigVMLogWidget.h | ||
| ListingInfo | TMap< FName, FBoundListingInfo > | Widgets/SRigVMLogWidget.h | ||
| ListingModel | TSharedPtr< FMessageLogListingModel > | Widgets/SRigVMLogWidget.h | ||
| ListingView | TSharedPtr< FMessageLogListingViewModel > | Widgets/SRigVMLogWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Widgets/SRigVMLogWidget.h | |||
void BindLog
(
TSharedPtr< IMessageLogListing > InListing |
Widgets/SRigVMLogWidget.h | ||
void BindLog
(
const FRigVMAssetInterfacePtr InRigVMBlueprint |
Widgets/SRigVMLogWidget.h | ||
void Construct
(
const FArguments& InArgs |
Widgets/SRigVMLogWidget.h | ||
| Widgets/SRigVMLogWidget.h | |||
| Widgets/SRigVMLogWidget.h | |||
| Widgets/SRigVMLogWidget.h | |||
void UnbindLog
(
TSharedPtr< IMessageLogListing > InListing |
Widgets/SRigVMLogWidget.h | ||
void UnbindLog
(
const FRigVMAssetInterfacePtr InRigVMBlueprint |
Widgets/SRigVMLogWidget.h |