Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchyController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigElementKey > ImportFromText
(
FString InContent, |
Imports the content of a text buffer to the hierarchy | Rigs/RigHierarchyController.h |
|
TArray< FRigElementKey > ImportFromText
(
FString InContent, |
Rigs/RigHierarchyController.h |
ImportFromText(FString, bool, bool, bool, bool)
Description
Imports the content of a text buffer to the hierarchy
| Name | ImportFromText |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include Path | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
UFUNCTION (BlueprintCallable, Category=URigHierarchyController)
TArray < FRigElementKey > ImportFromText
(
FString InContent,
bool bReplaceExistingElements,
bool bSelectNewElements,
bool bSetupUndo,
bool bPrintPythonCommands
)
Parameters
| Name | Remarks |
|---|---|
| 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 |
| bPrintPythonCommands | If set to true a python command equivalent to this call will be printed out |
ImportFromText(FString, ERigElementType, bool, bool, bool, bool)
| Name | ImportFromText |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyController.h |
| Include Path | #include "Rigs/RigHierarchyController.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchyController.cpp |
TArray < FRigElementKey > ImportFromText
(
FString InContent,
ERigElementType InAllowedTypes,
bool bReplaceExistingElements,
bool bSelectNewElements,
bool bSetupUndo,
bool bPrintPythonCommands
)