FKismetCompilerUtilities::CreatePropertyOnScope

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

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h

Include

#include "KismetCompilerMisc.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss