Navigation
API > API/Plugins > API/Plugins/RigVM
Prints any value to the log
| Name | FRigVMDispatch_Print |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMDispatch_Print.h |
| Include Path | #include "RigVMFunctions/RigVMDispatch_Print.h" |
Syntax
USTRUCT (Meta=(DisplayName="Print", NodeColor="0.8, 0, 0.2, 1"))
struct FRigVMDispatch_Print : public FRigVMDispatchFactory
Inheritance Hierarchy
- FRigVMDispatchFactory → FRigVMDispatch_Print
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMDispatch_Print() |
RigVMFunctions/RigVMDispatch_Print.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| EnabledName | const FLazyName | RigVMFunctions/RigVMDispatch_Print.h | |
| PrefixName | const FLazyName | RigVMFunctions/RigVMDispatch_Print.h | |
| ScreenColorName | const FLazyName | RigVMFunctions/RigVMDispatch_Print.h | |
| ScreenDurationName | const FLazyName | RigVMFunctions/RigVMDispatch_Print.h | |
| ValueName | const FLazyName | RigVMFunctions/RigVMDispatch_Print.h |
Functions
Public
Overridden from FRigVMDispatchFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetArgumentDefaultValue
(
const FName& InArgumentName, |
Returns the default value for an argument | RigVMFunctions/RigVMDispatch_Print.h | |
virtual const TArray< FRigVMTemplateArgumentInfo > & GetArgumentInfos
(
FRigVMRegistryHandle& InRegistry |
Returns the arguments of the template | RigVMFunctions/RigVMDispatch_Print.h | |
| Returns meta data on the property of the permutations. | RigVMFunctions/RigVMDispatch_Print.h | ||
virtual FName GetArgumentNameForOperandIndex
(
int32 InOperandIndex, |
Returns the name to use for the branch info / argument based on the operand index. | RigVMFunctions/RigVMDispatch_Print.h | |
virtual const TArray< FRigVMExecuteArgument > & GetExecuteArguments_Impl
(
const FRigVMDispatchContext& InContext |
RigVMFunctions/RigVMDispatch_Print.h | ||
virtual bool IsSingleton() |
Returns true if the dispatch uses the same function ptr for all permutations | RigVMFunctions/RigVMDispatch_Print.h | |
virtual FRigVMTemplateTypeMap OnNewArgumentType
(
const FName& InArgumentName, |
This function is deprecated, please use GetPermutationsFromArgumentType returns the new permutation argument types after a new type is defined for one argument this happens if types are being loaded later after this factory has already been deployed (like UUserDefinedStruct) | RigVMFunctions/RigVMDispatch_Print.h |
Protected
Overridden from FRigVMDispatchFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRigVMFunctionPtr GetDispatchFunctionImpl
(
const FRigVMTemplateTypeMap& InTypes, |
RigVMFunctions/RigVMDispatch_Print.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Execute
(
FRigVMExtendedExecuteContext& InContext, |
RigVMFunctions/RigVMDispatch_Print.h |