FReplaceNodeReferencesHelper::ReplaceReferences

Helper function to replace references

Unreal Engine C++ API Reference > Editor > Kismet > FReplaceNodeReferencesHelper > ReplaceReferences

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/ReplaceNodeReferencesHelper.h
Include #include "ReplaceNodeReferencesHelper.h"
Source /Engine/Source/Editor/Kismet/Private/ReplaceNodeReferencesHelper.cpp
static void ReplaceReferences
(
    const [FMemberReference](API\Runtime\Engine\Engine\FMemberReference) & InSource,
    const [FMemberReference](API\Runtime\Engine\Engine\FMemberReference) & InReplacement,
    [UBlueprint](API\Runtime\Engine\Engine\UBlueprint) * InBlueprint,
    [TArray](API\Runtime\Core\Containers\TArray)< FImaginaryFiBDataSharedPtr > & InRawDataList
)

Remarks

Helper function to replace references

Parameters

Name Description
InSource Variable reference to replace
InReplacement Variable reference to replace with
InBlueprint Blueprint that InReplacement belongs to
InRawDataList Raw find in blueprints search results

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library