UControlRigHierarchyModifier::ImportFromText

Imports the content of the provided text and returns the keys created.

Windows
MacOS
Linux

References

Module

ControlRigDeveloper

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Public/ControlRigHierarchyModifier.h

Include

#include "ControlRigHierarchyModifier.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigDeveloper/Private/ControlRigHierarchyModifier.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Hierarchy")
TArray< FRigElementKey > ImportFromText
(
    const FString & InContent,
    ERigHierarchyImportMode InImportMode,
    bool bSelectNewElements
)

Remarks

Imports the content of the provided text and returns the keys created.

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