Unreal SDK  v1.1
Loading...
Searching...
No Matches
WeArtClosure.h
Go to the documentation of this file.
1#pragma once
2
3#include "CoreMinimal.h"
4
5namespace WeArt{
6 struct Force {
7
8 float values;
9 bool active;
10 };
11}
Definition: WeArtClosure.h:5
Definition: WeArtClosure.h:6
bool active
Definition: WeArtClosure.h:9
float values
Definition: WeArtClosure.h:8