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