Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMExprAST
Description
Returns a string containing an indented tree structure for debugging purposes. this is only used by the parser
| Name | DumpText |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp |
virtual FString DumpText
(
const FString & InPrefix
) const
the text representation of this part of the tree
Parameters
| Name | Remarks |
|---|---|
| InPrefix | the prefix to use for indentation |