Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMByteCode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetCallstackHash
(
const TArray< TWeakObjectPtr< UObject > >& InCallstack |
Computes a hash for a given callstack | RigVMCore/RigVMByteCode.h | |
static uint32 GetCallstackHash
(
const TArrayView< TWeakObjectPtr< UObject > const >& InCallstack |
RigVMCore/RigVMByteCode.h |
GetCallstackHash(const TArray< TWeakObjectPtr< UObject > > &)
Description
Computes a hash for a given callstack
| Name | GetCallstackHash |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMByteCode.cpp |
static uint32 GetCallstackHash
(
const TArray < TWeakObjectPtr < UObject > > & InCallstack
)
GetCallstackHash(const TArrayView< TWeakObjectPtr< UObject > const > &)
| Name | GetCallstackHash |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMByteCode.cpp |
static uint32 GetCallstackHash
(
const TArrayView < TWeakObjectPtr < UObject > const > & InCallstack
)