Navigation
API > API/Editor > API/Editor/AudioEditor
| Name | USoundClassGraphSchema |
| Type | class |
| Header File | /Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphSchema.h |
| Include Path | #include "SoundClassGraph/SoundClassGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class USoundClassGraphSchema : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → USoundClassGraphSchema
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundClassGraphSchema
(
const FObjectInitializer& ObjectInitializer |
SoundClassGraph/SoundClassGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ConnectionCausesLoop
(
const UEdGraphPin* InputPin, |
Check whether connecting these pins would cause a loop | SoundClassGraph/SoundClassGraphSchema.h |
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BreakNodeLinks
(
UEdGraphNode& TargetNode |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual void BreakPinLinks
(
UEdGraphPin& TargetPin, |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual void BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* PinA, |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual void DroppedAssetsOnGraph
(
const TArray< struct FAssetData >& Assets, |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual void GetContextMenuActions
(
UToolMenu* Menu, |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual void GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual FName GetParentContextMenuName() |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType& PinType |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual bool ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
SoundClassGraph/SoundClassGraphSchema.h | ||
virtual bool TryCreateConnection
(
UEdGraphPin* PinA, |
SoundClassGraph/SoundClassGraphSchema.h |