Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMUserDefinedTypesInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMHost.h |
| Include Path | #include "RigVMHost.h" |
Syntax
USTRUCT ()
struct FRigVMUserDefinedTypesInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EnumToPathName | TMap< FString, FSoftObjectPath > | RigVMHost.h | ||
| StructGuidToPathName | TMap< FString, FSoftObjectPath > | RigVMHost.h | ||
| TypesInUse | TSet< TObjectPtr< UObject > > | RigVMHost.h |
|