Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchyController
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;URigHierarchyController&41;
TArray< FRigElementKey > ImportFromText
&40;
FString InContent,
bool bReplaceExistingElements,
bool bSelectNewElements,
bool bSetupUndo,
bool bPrintPythonCommands
&41;
Remarks
Imports the content of a text buffer to the hierarchy
Parameters
| Name | Description |
|---|---|
| InContent | The string buffer representing the content to import |
| bReplaceExistingElements | If set to true existing items will be replaced / updated with the content in the buffer |
| bSelectNewElements | If set to true the new elements will be selected |
| bSetupUndo | If set to true the stack will record the change for undo / redo |
| bPrintPythonCommand | If set to true a python command equivalent to this call will be printed out |