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 FProperty * CreatePropertyOnScope
(
UStruct * Scope,
const FName & PropertyName,
const FEdGraphPinType & Type,
UClass * SelfClass,
EPropertyFlags PropertyFlags,
const class UEdGraphSchema_K2 * Schema,
FCompilerResultsLog & MessageLog,
UEdGraphPin * SourcePin
)
Remarks
Creates a property named PropertyName of type PropertyType in the Scope or returns NULL if the type is unknown, but does not link that property in