Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMGraphPinQuat |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphPinQuat.h |
| Include Path | #include "Widgets/SRigVMGraphPinQuat.h" |
Syntax
class SRigVMGraphPinQuat : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SRigVMGraphPinQuat
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SRigVMGraphPinQuat
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SRigVMGraphPinQuat.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FRotator > GetRotator() |
Widgets/SRigVMGraphPinQuat.h | ||
TOptional< float > GetRotatorComponent
(
int32 InComponent |
Widgets/SRigVMGraphPinQuat.h | ||
void OnRotatorCommitted
(
FRotator InRotator, |
Widgets/SRigVMGraphPinQuat.h | ||
void OnRotatorComponentChanged
(
float InValue, |
Widgets/SRigVMGraphPinQuat.h | ||
void OnRotatorComponentCommitted
(
float InValue, |
Widgets/SRigVMGraphPinQuat.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GetDefaultValueWidget() |
Widgets/SRigVMGraphPinQuat.h |