UCLASS()
More...
#include <DialogueK2Node_Redirects.h>
UCLASS()
Definition at line 27 of file DialogueK2Node_Redirects.h.
◆ AllocateDefaultPins()
void UDialogueK2Node_Select::AllocateDefaultPins |
( |
| ) |
|
|
overrideinherited |
◆ CreateNodeHandler()
FNodeHandlingFunctor * UDialogueK2Node_Select::CreateNodeHandler |
( |
class FKismetCompilerContext & | CompilerContext | ) |
const |
|
overrideinherited |
◆ GENERATED_BODY()
UDlgK2Node_SelectFloat::GENERATED_BODY |
( |
| ) |
|
|
private |
◆ GetConditionalFunction()
UFunction * UDialogueK2Node_Select::GetConditionalFunction |
( |
| ) |
|
|
staticinherited |
◆ GetDefaultValuePin()
UEdGraphPin * UDialogueK2Node_Select::GetDefaultValuePin |
( |
| ) |
const |
|
inlineinherited |
◆ GetIconAndTint()
FSlateIcon UDialogueK2Node_Select::GetIconAndTint |
( |
FLinearColor & | OutColor | ) |
const |
|
overrideinherited |
◆ GetMenuActions()
void UDialogueK2Node_Select::GetMenuActions |
( |
FBlueprintActionDatabaseRegistrar & | ActionRegistrar | ) |
const |
|
overrideinherited |
◆ GetMenuCategory()
FText UDialogueK2Node_Select::GetMenuCategory |
( |
| ) |
const |
|
overrideinherited |
◆ GetNodeRefreshPriority()
int32 UDialogueK2Node_Select::GetNodeRefreshPriority |
( |
| ) |
const |
|
inlineoverrideinherited |
◆ GetNodeTitle()
FText UDialogueK2Node_SelectFloat::GetNodeTitle |
( |
ENodeTitleType::Type | TitleType | ) |
const |
|
overrideinherited |
◆ GetOptionPins()
const TArray< UEdGraphPin * > UDialogueK2Node_Select::GetOptionPins |
( |
| ) |
const |
|
inlineinherited |
◆ GetPrintStringFunction()
void UDialogueK2Node_Select::GetPrintStringFunction |
( |
FName & | FunctionName, |
|
|
UClass ** | FunctionClass ) |
|
staticinherited |
◆ GetReturnValuePin()
UEdGraphPin * UDialogueK2Node_Select::GetReturnValuePin |
( |
| ) |
const |
|
inlineinherited |
◆ GetTooltipText()
FText UDialogueK2Node_SelectFloat::GetTooltipText |
( |
| ) |
const |
|
overrideinherited |
◆ GetVariableNamePin()
UEdGraphPin * UDialogueK2Node_Select::GetVariableNamePin |
( |
| ) |
const |
|
inlineinherited |
◆ IsActionFilteredOut()
bool UDlgK2Node_SelectFloat::IsActionFilteredOut |
( |
FBlueprintActionFilter const & | Filter | ) |
|
|
inlineoverrideprivate |
◆ IsConnectionDisallowed()
bool UDialogueK2Node_Select::IsConnectionDisallowed |
( |
const UEdGraphPin * | MyPin, |
|
|
const UEdGraphPin * | OtherPin, |
|
|
FString & | OutReason ) const |
|
overrideinherited |
◆ IsNodePure()
bool UDialogueK2Node_Select::IsNodePure |
( |
| ) |
const |
|
inlineoverrideinherited |
◆ IsNodeSafeToIgnore()
bool UDialogueK2Node_Select::IsNodeSafeToIgnore |
( |
| ) |
const |
|
inlineoverrideinherited |
◆ NodeConnectionListChanged()
void UDialogueK2Node_Select::NodeConnectionListChanged |
( |
| ) |
|
|
overrideinherited |
◆ NotifyPinConnectionListChanged()
void UDialogueK2Node_Select::NotifyPinConnectionListChanged |
( |
UEdGraphPin * | Pin | ) |
|
|
overridevirtualinherited |
Determine if any pins are connected, if so make all the other pins the same type, if not, make sure pins are switched back to wildcards
Definition at line 386 of file DialogueK2Node_Select.cpp.
◆ PinTypeChanged()
void UDialogueK2Node_Select::PinTypeChanged |
( |
UEdGraphPin * | Pin | ) |
|
|
overrideinherited |
◆ PostReconstructNode()
void UDialogueK2Node_Select::PostReconstructNode |
( |
| ) |
|
|
overrideinherited |
◆ RefreshPinNames()
bool UDialogueK2Node_Select::RefreshPinNames |
( |
| ) |
|
|
inherited |
◆ RefreshVariablePinType()
void UDialogueK2Node_Select::RefreshVariablePinType |
( |
| ) |
|
|
inlineprivateinherited |
◆ bReconstructNode
bool UDialogueK2Node_Select::bReconstructNode |
|
protectedinheritedTransient |
UPROPERTY(Transient)
Whether we need to reconstruct the node after the pins have changed
Definition at line 155 of file DialogueK2Node_Select.h.
◆ INDEX_PIN_Default
constexpr int32 UDialogueK2Node_Select::INDEX_PIN_Default = 2 |
|
staticconstexprinherited |
◆ INDEX_PIN_OPTIONS_START
constexpr int32 UDialogueK2Node_Select::INDEX_PIN_OPTIONS_START = 3 |
|
staticconstexprinherited |
◆ INDEX_PIN_Return
constexpr int32 UDialogueK2Node_Select::INDEX_PIN_Return = 0 |
|
staticconstexprinherited |
◆ INDEX_PIN_VariableName
constexpr int32 UDialogueK2Node_Select::INDEX_PIN_VariableName = 1 |
|
staticconstexprinherited |
◆ PIN_DefaultValue
const FName UDialogueK2Node_Select::PIN_DefaultValue |
|
staticprotectedinherited |
◆ PIN_VariableName
const FName UDialogueK2Node_Select::PIN_VariableName |
|
staticprotectedinherited |
◆ PinNames
TArray<FName> UDialogueK2Node_Select::PinNames |
|
protectedinherited |
UPROPERTY()
List of the current entries (Pin Names) based on owner dialogue name and on all dialogues
Definition at line 137 of file DialogueK2Node_Select.h.
◆ VariablePinType
FName UDialogueK2Node_Select::VariablePinType |
|
protectedinherited |
◆ VariableType
The documentation for this class was generated from the following file: