Navigation
API > API/Editor > API/Editor/KismetCompiler > API/Editor/KismetCompiler/FKismetCompilerUtilities
References
| Module | KismetCompiler |
| Header | /Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h |
| Include | #include "KismetCompilerMisc.h" |
| Source | /Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp |
static TTuple< UEdGraphPin *, UEdGraphPin * > GenerateFieldNotificationSetNode
(
FKismetCompilerContext & CompilerContext,
UEdGraph * SourceGraph,
UEdGraphNode * SourceNode,
UEdGraphPin * SelfPin,
FProperty * VariableProperty,
const FMemberReference & VariableReference,
bool bHasLocalRepNotify,
bool bShouldFlushDormancyOnSet,
bool bIsNetProperty
)
Remarks
Create node that replace regular setter and use the SetPropertyValueAndBroadcast.