FKismetCompilerContext::CreateLocalVariablesForFunction

Creates the properties on a function that store the local and event graph (if applicable) variables

Unreal Engine C++ API Reference > Editor > KismetCompiler > FKismetCompilerContext

References

   
Module KismetCompiler
Header /Engine/Source/Editor/KismetCompiler/Public/KismetCompiler.h
Include #include "KismetCompiler.h"
Source /Engine/Source/Editor/KismetCompiler/Private/KismetCompiler.cpp
void CreateLocalVariablesForFunction
(
    [FKismetFunctionContext](API\Editor\KismetCompiler\FKismetFunctionContext) & Context,
    [FField](API\Runtime\CoreUObject\UObject\FField) **& FunctionPropertyStorageLocation
)

Remarks

Creates the properties on a function that store the local and event graph (if applicable) variables


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library