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 FFieldVariant CheckPropertyNameOnScope
(
UStruct * Scope,
const FName & PropertyName
)
Remarks
Checks that the property name isn't taken in the given scope (used by CreatePropertyOnScope()) Ptr to an existing object with that name in the given scope or nullptr if none exists