Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMGraphFunctionLocalizationWidget |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphFunctionLocalizationWidget.h |
| Include Path | #include "Widgets/SRigVMGraphFunctionLocalizationWidget.h" |
Syntax
class SRigVMGraphFunctionLocalizationWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRigVMGraphFunctionLocalizationWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRigVMGraphFunctionLocalizationWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FunctionItems | TArray< TSharedPtr< SRigVMGraphFunctionLocalizationItem > > | Widgets/SRigVMGraphFunctionLocalizationWidget.h | ||
| FunctionsToLocalize | TArray< FRigVMGraphFunctionIdentifier > | Widgets/SRigVMGraphFunctionLocalizationWidget.h | ||
| TableRows | TMap< FRigVMGraphFunctionIdentifier, TSharedRef< SRigVMGraphFunctionLocalizationTableRow > > | Widgets/SRigVMGraphFunctionLocalizationWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SRigVMGraphFunctionLocalizationWidget. | Widgets/SRigVMGraphFunctionLocalizationWidget.h | |
TSharedRef< ITableRow > GenerateFunctionListRow
(
TSharedPtr< SRigVMGraphFunctionLocalizationItem > InItem, |
Widgets/SRigVMGraphFunctionLocalizationWidget.h | ||
ECheckBoxState IsFunctionEnabled
(
const FRigVMGraphFunctionIdentifier InFunction |
Widgets/SRigVMGraphFunctionLocalizationWidget.h | ||
bool IsFunctionPublic
(
const FRigVMGraphFunctionIdentifier InFunction |
Widgets/SRigVMGraphFunctionLocalizationWidget.h | ||
void SetFunctionEnabled
(
ECheckBoxState NewState, |
Widgets/SRigVMGraphFunctionLocalizationWidget.h |