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 * FindPropertyInScope
(
UStruct * Scope,
UEdGraphPin * Pin,
FCompilerResultsLog & MessageLog,
const UEdGraphSchema_K2 * Schema,
UClass * SelfClass,
bool & bIsSparseProperty
)
Remarks
Finds a property by name, starting in the specified scope; Validates property type and returns NULL along with emitting an error if there is a mismatch.