Navigation
API > API/Plugins > API/Plugins/RigVM
| |
|
| Name |
FPlaneRef |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path |
#include "RigVMCore/RigVMNativized.h" |
Syntax
struct FPlaneRef
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FPlaneRef
(
FMatrix& InMatrix,
int32 InColumn
)
|
|
RigVMCore/RigVMNativized.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Column |
int32 |
|
RigVMCore/RigVMNativized.h |
|
| Matrix |
FMatrix & |
|
RigVMCore/RigVMNativized.h |
|
| W |
FMatrix::FReal & |
|
RigVMCore/RigVMNativized.h |
|
| X |
FMatrix::FReal & |
|
RigVMCore/RigVMNativized.h |
|
| Y |
FMatrix::FReal & |
|
RigVMCore/RigVMNativized.h |
|
| Z |
FMatrix::FReal & |
|
RigVMCore/RigVMNativized.h |
|
Functions
Public